From 7c72e3bf4ce63d67f6d768f6c824a0ceca39a2d8 Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Thu, 9 Oct 2008 10:06:50 +0100 Subject: [PATCH] xend: Fix typo _gatherDom -> gatherDom. Signed-off-by: Jim Fehlig --- tools/python/xen/xend/image.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/python/xen/xend/image.py b/tools/python/xen/xend/image.py index dd5e83fd8e..4690c93aa3 100644 --- a/tools/python/xen/xend/image.py +++ b/tools/python/xen/xend/image.py @@ -502,7 +502,7 @@ class ImageHandler: if fifo_fd >= 0: self._openSentinel(sentinel_path_fifo) os.close(fifo_fd) - self.pid = self.vm._gatherDom(('image/device-model-pid', int)) + self.pid = self.vm.gatherDom(('image/device-model-pid', int)) log.debug("%s device model rediscovered, pid %s sentinel fifo %s", name, self.pid, sentinel_path_fifo) self.sentinel_thread = thread.start_new_thread(self._sentinel_watch,()) -- 2.30.2